klotz: word2vec* + machine learning*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date / Title ↑ / - Bookmarks from other users for this tag

  1. However it is interesting that LSTM can achieve good performance
    with word vectors based on a small corpus even though it scored terrible in the semantic and syntactic analysis.

    LSTM does perform better than the other classifiers, but it does require more data. If NLP tasks are to be solved in other domains that do not generate enough data for a LSTM to work properly it would be advisable to train a SVM using AvgWV. LSTM is more adaptable but knowing how to optimise the network does require domain knowledge and experience with gradient-decent classifiers.
  2. Isabel Segura-Bedmar, V´ıctor Suarez-Paniagua, Paloma Mart ´ ´ınez
    Computer Science Department
    University Carlos III of Madrid, Spain

    This paper describes a machine learningbased
    approach that uses word embedding
    features to recognize drug names from
    biomedical texts. As a starting point,
    we developed a baseline system based on
    Conditional Random Field (CRF) trained
    with standard features used in current
    Named Entity Recognition (NER) systems.
    Then, the system was extended to
    incorporate new features, such as word
    vectors and word clusters generated by
    the Word2Vec tool and a lexicon feature
    from the DINTO ontology. We trained the
    Word2vec tool over two different corpus:
    Wikipedia and MedLine. Our main goal
    is to study the effectiveness of using word
    embeddings as features to improve performance
    on our baseline system, as well as
    to analyze whether the DINTO ontology
    could be a valuable complementary data
    source integrated in a machine learning
    NER system. To evaluate our approach
    and compare it with previous work, we
    conducted a series of experiments on the
    dataset of SemEval-2013 Task 9.1 Drug
    Name Recognition.
    2016-05-18 Tags: , , by klotz
  3. from gensim.models import Phrases
    2021-08-30 Tags: , , , by klotz
  4. Two papers using CNN and word embeddings to model sentences:
    A Convolutional Neural Network for Modelling Sentences: http://arxiv.org/abs/1404.2188

    Convolutional Neural Networks for Sentence Classification: http://arxiv.org/abs/1408.5882

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: Tags: word2vec + machine learning

About - Propulsed by SemanticScuttle